home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
National Lampoon's Blind Date
/
National Lampoon's Blind Date.iso
/
bd
/
clues2.mmm
/
00054_Script_54
< prev
next >
Wrap
Text File
|
1995-03-01
|
345b
|
20 lines
global currClue
getClue()
set currClue = currClue + 1
if currClue = 1 then
go to frame "c1"
else if currClue = 2 then
go to frame "c2"
else if currClue = 3 then
go to frame "c3"
else if currClue = 4 then
go to frame "c4"
else if currClue = 5 then
go to frame "c5"
else
go to frame "c6"
set currClue = 0
end if